-
Notifications
You must be signed in to change notification settings - Fork 164
Add AutoOps for Serverless docs #3560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…jihaparvez/docs-content into autoops-serverless-docs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @wajihaparvez
I made a first pass and added some comments.
* The latest **search latency** in the selected time period. | ||
* The timestamp of the **last search** on the index or data stream. | ||
|
||
Using this table, you can detect which of your indices or data streams are currently being searched and at what rate and latency. This helps you identify which indices are suffering from search pressure, so that you can deduce where that load is coming from manage it to optimize your search VCU consumption. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel the last part of the sentence " manage it to optimize your search VCU consumption" doesn't fit or something is missing.
This PR adds docs for AutoOps for Serverless and updates existing docs/structure as needed.
Closes #3079, #2962, #2961.